.hb-home {
  width: 100%;
}
.hb-home .hb-toutiao::before {
  width: 80px;
  height: 80px;
  display: block;
  content: '';
  background: url('../img/tt.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -1px;
}
.hb-home .hb-xinwen-lunbo {
  width: 690px;
  min-width: 690px;
  max-width: 690px;
  height: 460px;
  overflow: hidden;
  position: relative;
}
.hb-home .hb-xinwen-lunbo .swiper-container-one {
  position: relative;
}
.hb-home .hb-xinwen-lunbo .swiper-container-one .swiper-slide {
  width: 690px;
  height: 460px;
}
.hb-home .hb-xinwen-lunbo .swiper-container-one .swiper-slide img {
  min-width: 690px;
  min-height: 460px;
  max-width: 690px;
  max-height: 460px;
}
.hb-home .hb-xinwen-lunbo .swiper-container-one .swiper-slide .desc {
  position: absolute;
  height: 45px;
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 20px;
}
.hb-home .hb-xinwen-lunbo .swiper-container-one .swiper-slide .desc div {
  width: 75%;
  white-space: nowrap;
}
.hb-home .hb-xinwen-lunbo .swiper-pagination {
  position: absolute;
  bottom: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
.hb-home .hb-xinwen-lunbo .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #fff;
  opacity: 1;
}
.hb-home .hb-xinwen-lunbo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  height: 10px;
  background: #D83027 !important;
  border-radius: 8px;
}
.hb-home .swiper-container-tzgg {
  height: 55px;
  overflow: hidden;
}
.hb-home .hb-xinwen-list {
  margin-left: 25px;
  width: 485px;
}
.hb-home .hb-xinwen-list .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-home .hb-xinwen-list .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 42px;
  background: #F2F2F2;
  border-left: 3px solid #fff;
  font-size: 15px;
  cursor: pointer;
}
.hb-home .hb-xinwen-list .tabs .tab-active {
  border-left: 3px solid #057FD1 !important;
  color: #057FD1 !important;
  background: #fff !important;
  pointer-events: none !important;
}
.hb-home .hb-xinwen-list .list {
  box-sizing: border-box;
  padding-left: 15px;
}
.hb-home .hb-xinwen-list .list li::marker {
  color: #b2b1b1;
}
.hb-home .hb-xinwen-list .list li {
  margin: 13.4px 0;
}
.hb-home .hb-xinwen-list .list li .cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hb-home .hb-xinwen-list .list li .title {
  width: 88%;
  display: block;
  font-size: 15px;
  color: #2D2D2D;
  cursor: pointer;
}
.hb-home .hb-xinwen-list .list li .title a {
  color: #2D2D2D;
}
.hb-home .hb-xinwen-list .list li .title:hover a {
  color: #D83027;
}
.hb-home .hb-xinwen-list .list li .date {
  font-size: 15px;
  color: #2D2D2D;
  font-weight: lighter;
}
.hb-home .hb-xinwen-list .tzgg {
  color: #2D2D2D;
  background: #F5F5F5;
  padding: 10px 20px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
.hb-home .hb-xinwen-list .tzgg .name {
  max-width: 72px;
  min-width: 72px;
  max-height: 72px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DF0000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list {
  width: calc(100% - 72px);
  padding-left: 20px;
  box-sizing: border-box;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list .cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list .title {
  width: 85%;
  display: block;
  font-size: 15px;
  color: #2D2D2D;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list .title a {
  color: #2D2D2D;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list .title a:hover {
  color: #DF0000;
}
.hb-home .hb-xinwen-list .tzgg .tzgg-list .date {
  font-size: 15px;
  color: #2D2D2D;
  white-space: nowrap;
  font-weight: lighter;
}
.hb-home .hb-toutiao {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.hb-home .hb-toutiao h2 {
  font-size: 30px;
  color: #e22928;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
}
.hb-home .hb-toutiao h2 a {
  color: #e22928;
}
.hb-home .hb-toutiao .desc {
  padding-top: 10px;
  color: #4e7ab1;
  width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hb-home .hb-toutiao .desc .tag {
  cursor: pointer;
  color: #4e7ab1;
  margin: 0 20px;
}
.hb-home .hb-xinwen-lunbo-two {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.hb-home .hb-xinwen-lunbo-two .swiper-container-two {
  padding-left: 50px;
  padding-right: 30px;
}
.hb-home .hb-xinwen-lunbo-two .swiper-container-two .swiper-slide {
  width: 200px;
}
.hb-home .hb-xinwen-lunbo-two .swiper-container-two .swiper-slide img {
  width: 200px;
  height: 140px;
}
.hb-home .hb-xinwen-lunbo-two .next,
.hb-home .hb-xinwen-lunbo-two .prev {
  min-width: 50px;
  height: 150px;
  max-width: 50px;
  background: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
}
.hb-home .hb-xinwen-lunbo-two .next {
  right: 0;
}
.hb-home .hb-xinwen-lunbo-two .prev {
  left: 0;
}
.hb-home .hb-xinwen-lunbo-two .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translate(-10px, -25%);
}
.hb-home .hb-xinwen-lunbo-two .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(10px, -25%) rotateY(180deg) !important;
  z-index: 11;
}
.hb-home .hb-xinwen-lunbo-two .swiper-button-prev,
.hb-home .hb-xinwen-lunbo-two .swiper-button-next {
  background-image: none !important;
}
.hb-home .hb-xinwen-lunbo-two .swiper-button-prev.icon-right {
  color: #013E6D;
  font-size: 45px;
  font-weight: 700;
}
.hb-home .hb-xinwen-lunbo-two .swiper-button-next {
  color: #013E6D;
  font-size: 45px;
  font-weight: 700;
}
.hb-home .hb-hengfu {
  width: 100%;
  margin-bottom: 15px;
}
.hb-home .hb-hengfu a {
  overflow: hidden;
}
.hb-home .hb-hengfu a img {
  display: block;
  height: 100px;
  width: 100%;
}
.hb-home .hb-window {
  display: flex;
  width: 100%;
}
.hb-home .hb-window .box {
  padding: 12px;
  border: 1px solid #DCDCDC;
  max-width: 210px;
  min-width: 210px;
}
.hb-home .hb-window .box .ldzc {
  width: 100%;
  height: 132px;
  background: #DF0000;
  justify-content: center;
  box-sizing: border-box;
}
.hb-home .hb-window .box .ldzc a {
  justify-content: center;
}
.hb-home .hb-window .box .ldzc .logo {
  width: 58px;
  height: 61px;
}
.hb-home .hb-window .box .ldzc .name {
  margin-left: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  justify-content: center;
}
.hb-home .hb-window .box .qwfb {
  width: 100%;
  height: 132px;
  background: #067FD2;
  margin-top: 8px;
  justify-content: center;
}
.hb-home .hb-window .box .qwfb a {
  justify-content: center;
}
.hb-home .hb-window .box .qwfb .logo {
  width: 58px;
  height: 63px;
}
.hb-home .hb-window .box .qwfb .name {
  margin-left: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  justify-content: center;
}
.hb-home .hb-window .shenxun,
.hb-home .hb-window .shijie {
  width: 300px;
}
.hb-home .hb-window .shenxun .content img,
.hb-home .hb-window .shijie .content img {
  height: 235px;
  width: 100%;
}
.hb-home .hb-window .yunbao,
.hb-home .hb-window .shenxun,
.hb-home .hb-window .shijie {
  margin-left: 10px;
  padding: 12px;
  border: 1px solid #DCDCDC;
}
.hb-home .hb-window .yunbao .title,
.hb-home .hb-window .shenxun .title,
.hb-home .hb-window .shijie .title {
  position: relative;
  width: 100%;
}
.hb-home .hb-window .yunbao .title .icon-gengduo,
.hb-home .hb-window .shenxun .title .icon-gengduo,
.hb-home .hb-window .shijie .title .icon-gengduo {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  color: #215495;
}
.hb-home .hb-window .yunbao .title .name,
.hb-home .hb-window .shenxun .title .name,
.hb-home .hb-window .shijie .title .name {
  font-size: 16px;
  color: #215495;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid #215495;
}
.hb-home .hb-window .yunbao .title::after,
.hb-home .hb-window .shenxun .title::after,
.hb-home .hb-window .shijie .title::after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #DCDCDC;
  bottom: -3px;
  z-index: -1;
}
.hb-home .hb-window .yunbao .content,
.hb-home .hb-window .shenxun .content,
.hb-home .hb-window .shijie .content {
  height: 235px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  display: block;
}
.hb-home .hb-window .yunbao .content .name,
.hb-home .hb-window .shenxun .content .name,
.hb-home .hb-window .shijie .content .name {
  position: absolute;
  text-align: center;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  left: 0;
}
.hb-home .hb-window .yunbao {
  width: 380px;
}
.hb-home .hb-window .yunbao .content img {
  width: 100%;
  height: 235px;
}
